type github.com/klauspost/compress/zstd.encJob
7 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L13: type encJob struct {
enc_jobs.go#L30: jobCh chan *encJob // dispatch to workers
enc_jobs.go#L31: resultCh chan *encJob // ordered results to flusher
enc_jobs.go#L51: js.jobCh = make(chan *encJob, n)
enc_jobs.go#L52: js.resultCh = make(chan *encJob, n)
enc_jobs.go#L80: func (e *Encoder) compressJob(enc encoder, job *encJob) {
enc_jobs.go#L316: job := &encJob{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |